��<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Root Core Solutions</title> <link rel="stylesheet" href="../../../../css/output.css"> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> </head> <body> <!-- Navbar --> <nav id="navbar" class="bg-[#e5e2c9] fixed top-0 left-0 w-full z-50 transition-all duration-500 ease-in-out opacity-0"> <div class="container mx-auto flex justify-between items-center"> <img src="../../../../images/logo-removebg-preview (2).png" alt="logo" class="h-32"> <div class="md:hidden cursor-pointer h-12" id="nav-toggle">0&</div> <div class="nav-elements hidden md:flex md:space-x-4"> <ul class="flex flex-row space-x-6"> <li><a href="../../../../index.html" class="nav-link text-md text-green-900 hover:underline">Home</a></li> <li class="relative group"> <a href="#about" class="nav-link text-md text-green-900 hover:underline">About Us</a> <ul class="absolute left-0 hidden bg-white shadow-md group-hover:block"> <li><a href="../../../About Us/AboutRootCareSolutions/About US.html" class="dropdown-item block p-2 hover:bg-gray-200">About RootCoreSolutions</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Goals.html" class="dropdown-item block p-2 hover:bg-gray-200">Our Goals</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Vision.html" class="dropdown-item block p-2 hover:bg-gray-200">Our Vision</a></li> </ul> </li> <li class="relative group"> <a href="#capabilities" class="nav-link text-md text-green-900 hover:underline">Our Capabilities</a> <ul class="absolute left-0 hidden bg-white shadow-md group-hover:block w-5/6"> <li><a href="../../../Our Capabilities/Safety.html" class="dropdown-item block p-2 hover:bg-gray-200">Safety</a></li> <li><a href="../../../Our Capabilities/Quality.html" class="dropdown-item block p-2 hover:bg-gray-200">Quality</a></li> <li><a href="../../../Our Capabilities/What Makes Us Different.html" class="dropdown-item block p-2 hover:bg-gray-200">What Makes Us Different</a></li> <li><a href="../../../Our Capabilities/E-Learning.html" class="dropdown-item block p-2 hover:bg-gray-200">E-Learning</a></li> </ul> </li> <li><a href="../../../Gallery.html" class="nav-link text-md text-green-900 hover:underline">Gallery</a></li> <li><a href="../../../ContactUs.html" class="nav-link text-md text-green-900 hover:underline">Contact Us</a></li> </ul> </div> </div> <!-- Mobile Dropdown --> <div class="md:hidden"> <div id="mobile-menu" class="hidden flex-col items-start mt-4"> <ul class="flex flex-col w-full space-y-2"> <li><a href="../../../../index.html" class="nav-link text-md text-green-900 hover:underline">Home</a></li> <li class="relative"> <a href="#about" class="nav-link text-md text-green-900 hover:underline">About Us</a> <ul class="bg-white shadow-md ml-4 space-y-2 hidden"> <li><a href="../../../About Us/AboutRootCareSolutions/About US.html" class="block p-2 text-gray-700 hover:bg-gray-200">About RootCoreSolutions</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Goals.html" class="block p-2 hover:bg-gray-200">Our Goals</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Vision.html" class="block p-2 hover:bg-gray-200">Our Vision</a></li> </ul> </li> <li class="relative"> <a href="#capabilities" class="nav-link text-md text-green-900 hover:underline">Our Capabilities</a> <ul class="bg-white shadow-md ml-4 space-y-2 hidden"> <li><a href="../../../Our Capabilities/Safety.html"class="block p-2 text-gray-700 hover:bg-gray-200">Safety</a></li> <li><a href="../../../Our Capabilities/Quality.html" class="block p-2 text-gray-700 hover:bg-gray-200">Quality</a></li> <li><a href="../../../Our Capabilities/What Makes Us Different.html" class="block p-2 text-gray-700 hover:bg-gray-200">What Makes Us Different</a></li> <li><a href="../../../Our Capabilities/E-Learning.html"class="block p-2 text-gray-700 hover:bg-gray-200">E-Learning</a></li> </ul> </li> <li><a href="../../../Gallery.html" class="nav-link text-md text-green-900 hover:underline">Gallery</a></li> <li class="relative"> <a href="#experts" class="nav-link text-md text-green-900 hover:underline">Our Experts</a> <ul class="bg-white shadow-md ml-4 space-y-2 hidden"> <li><a href="../../../Our Experts/Annasaheb Kalyanrao Shinde.html" class="block p-2 text-gray-700 hover:bg-gray-200">Annasaheb Kalyanrao Shinde</a></li> </ul> </li> <li><a href="../../../ContactUs.html" class="nav-link text-md text-green-900 hover:underline">Contact Us</a></li> </ul> </div> </div> </nav> <!-- Expert Section --> <section class="bg-[#234732] text-white py-8 mt-36"> <div class="container mx-auto px-4 flex justify-between items-center"> <h2 class="text-3xl text-white font-bold italic">Quality</h2> </div> </section> <div class="flex mb-4"> <div class="w-64 h-screen bg-gray-200 p-4 shadow-lg"> <h2 class="text-lg font-bold mb-4">Contents</h2> <!-- Collapsible Sections --> <div class="space-y-2"> <!-- Section 1: Fitter --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Fitter.html'">Fitter</button> <div id="section1" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 2: Carpenter --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Carpenter.html'">Carpenter</button> <div id="section2" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 3: Mason --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Mason.html'">Mason</button> <div id="section3" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 4: Plumber --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Plumber.html'">Plumber</button> <div id="section4" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 5: Welder Water Proofing --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./WaterProofing.html'">Welder Water Proofing</button> <div id="section5" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 6: Bar Bender --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./BarBender.html'">Bar Bender</button> <div id="section6" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 7: Scaffolder --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Scaffolder.html'">Scaffolder</button> <div id="section7" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 8: Tile Fitter --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./TileFitter.html'">Tile Fitter</button> <div id="section8" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 9: Electrician --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Electrician.html'">Electrician</button> <div id="section9" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 10: POP Mason --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./POPMason.html'">POP Mason</button> <div id="section10" class="pl-6 py-2 hidden"> </div> </div> </div> </div> <!-- Main Content --> <div class="container mx-auto mt-4 p-6"> <!-- About Us Section --> <section id="about-us"> <p class="mt-4 text-xl font-serif text-green-900 font-semibold"> 4. Plumber </p> <p class="mt-4 text-lg text-gray-700"> <strong>Description:</strong> Plumbers install and repair piping systems for water, gas, and drainage. </p> <hr class="border-t-2 border-gray-300 mt-2" /> <!-- Key Training Areas --> <ul class="list-disc list-inside mt-4 text-gray-700"> <li><strong>Plumbing Basics:</strong> <ul class="list-disc list-inside ml-6"> <li>Understanding plumbing systems (water supply and drainage).</li> <li>Familiarity with plumbing codes and regulations.</li> </ul> </li> <li><strong>Pipe Installation Techniques:</strong> <ul class="list-disc list-inside ml-6"> <li>Cutting, fitting, and joining various pipe materials (PVC, copper, etc.).</li> </ul> </li> <li><strong>Fixture Installation:</strong> <ul class="list-disc list-inside ml-6"> <li>Installing sinks, toilets, showers, and other fixtures.</li> <li>Understanding drainage systems and venting.</li> </ul> </li> <li><strong>Troubleshooting and Repair:</strong> <ul class="list-disc list-inside ml-6"> <li>Diagnosing common plumbing issues (leaks, clogs).</li> <li>Performing routine maintenance and repairs.</li> </ul> </li> <li><strong>Safety Practices:</strong> <ul class="list-disc list-inside ml-6"> <li>Use of PPE and safe handling of tools.</li> <li>Awareness of potential hazards, such as working with chemicals.</li> </ul> </li> </ul> </section> </div> </div> <footer class="bg-green-900 text-white py-8"> <div class="container mx-auto flex justify-between items-center border-t border-gray-700 pt-4"> <div class="text-left ml-4 "> <h2 class="text-lg font-bold mb-2">Root Core Solutions</h2> <p class="text-sm lowercase">Corporate Office</p> <p class="text-sm lowercase">S.NO-10/A1, SHIVAN NIWAS, SATHE COLONY</p> <p class="text-sm lowercase">BEHIND MARATHE CLINIC, CHINCHWADE NAGAR</p> <p class="text-sm lowercase">CHINCHWADE, PUNE CITY, PUNE MAHARASHTRA</p> <p class="text-sm">PIN - 411033</p> <p class="text-sm lowercase">Contact: +91 9604780234</p> </div> <div class="text-center"> <img src="../../../../images/logo-removebg-preview (2).png" alt="logo" class="h-32 mx-auto"> <h3 class="text-lg font-bold">Root Core Solutions Pvt. Ltd</h3> <!-- <p class="text-sm">Your expert witness partner</p> --> </div> <!-- Social Media Links --> <div class="flex justify-center space-x-6 mt-4"> <a href="https://www.facebook.com/profile.php?id=61566025845455" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/facebook.png" alt="Facebook" class="w-8 h-8"> </a> <a href="#" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/whatsapp.png" alt="WhatsApp" class="w-8 h-8"> </a> <a href="https://www.linkedin.com/company/training-programme-with-quality" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/linkedin.png" alt="LinkedIn" class="w-8 h-8"> </a> <a href="https://www.instagram.com/Root_Core_Solutions/" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/instagram.png" alt="Instagram" class="w-8 h-8"> </a> </div> </div> <p class="text-sm text-center mt-4">&copy; 2024 Root Core Solutions. All Rights Reserved.</p> </footer> <script src="../../../js/script.js"></script> <script> // JavaScript to handle scroll event, navbar animation, and height change window.addEventListener('scroll', function() { const navbar = document.getElementById('navbar'); if (window.scrollY > 50) { navbar.classList.add('bg-[#939fba]', 'shadow-lg', 'p-1'); } else { navbar.classList.remove('bg-[#939fba]', 'shadow-lg', 'p-1'); } }); // Ensure navbar becomes visible on page load window.onload = function() { document.getElementById('navbar').classList.remove('opacity-0'); }; // Mobile menu toggle const navToggle = document.getElementById('nav-toggle'); const mobileMenu = document.getElementById('mobile-menu'); navToggle.addEventListener('click', () => { mobileMenu.classList.toggle('hidden'); }); </script> </body> </html>